home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / EDUCHERS / QUIZGEN.LZH / GO.BAT < prev    next >
DOS Batch File  |  1990-06-22  |  2KB  |  68 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO *--------STUDY THE DOCUMENTATION BEFORE ATTEMPTING TO RUN THIS PROGRAM--------*
  5. ECHO  
  6. ECHO  
  7. ECHO      To print the documentation, type  PRINTDOC  and press the Enter key.
  8. ECHO  
  9. ECHO           To read the README file on your screen, do the following:
  10. ECHO  
  11. ECHO             1.  Type  VIEWDOC  and press the Enter key.
  12. ECHO             2.  After the VIEWDOC program loads, press the Enter key.
  13. ECHO             3.  Type  README  and press the Enter key.
  14. ECHO             4.  Press the Enter key again.
  15. ECHO             5.  Follow the directions at the bottom of the screen.
  16. ECHO  
  17. ECHO  
  18. ECHO *--------STUDY THE DOCUMENTATION BEFORE ATTEMPTING TO RUN THIS PROGRAM--------*
  19. ECHO  
  20. ECHO  
  21. pause
  22. cls
  23. ECHO  
  24. ECHO  
  25. ECHO  
  26. ECHO  
  27. ECHO  
  28. ECHO              To install the program on drive C: of your  
  29. ECHO                  hard disk, type   INSTALL   [Enter].
  30. ECHO  
  31. ECHO  
  32. ECHO              To run the program, type   QUIZM   [Enter]. 
  33. ECHO  
  34. ECHO  
  35. ECHO  
  36. ECHO  
  37. ECHO  
  38. pause
  39. cls
  40. ECHO  
  41. ECHO  
  42. ECHO                                --- IMPORTANT ---
  43. ECHO  
  44. ECHO  
  45. ECHO Before running the program(s) on this disk,  make a backup copy of the disk.
  46. ECHO Insert  this  disk in drive A: and a blank, formatted disk in drive B:  Then
  47. ECHO type:
  48. ECHO                     COPY A:*.* B:/V   [press the Enter key]
  49. ECHO  
  50. ECHO Use this command  even if you have only one floppy disk drive.  When you are
  51. ECHO told to insert the target disk,  remove the TSL (source) disk from drive A:
  52. ECHO and insert a blank disk. (See your DOS manual for details).
  53. ECHO  
  54. ECHO  
  55. ECHO ******************************************************************************
  56. ECHO ***** SPECIAL NOTE * * * * IF YOU HAVE 3.5" DRIVES * * * * SPECIAL NOTE ******
  57. ECHO ******************************************************************************
  58. ECHO Some  computers, especially laptops,  will not always be able to make a backup 
  59. ECHO with the DISKCOPY command. If this occurs, use the COPY command to backup your
  60. ECHO disks. Insert your TSL disk in drive A: and a blank formatted disk in drive B:
  61. ECHO Then enter:
  62. ECHO                     COPY A:*.* B:/V  [press the ENTER key]
  63. ECHO  
  64. ECHO  
  65. ECHO  
  66. PAUSE
  67. CLS
  68.